home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / Wood.0.72 / Sources / WoodDoc_WindowDelegate.h < prev    next >
Encoding:
Text File  |  1995-07-29  |  178 b   |  11 lines

  1. #import "WoodDoc.h"
  2.  
  3.  
  4. @interface WoodDoc (WindowDelegate)
  5.  
  6. - windowWillClose:sender;
  7. - windowDidBecomeMain:sender;
  8. - windowWillMiniaturize:sender toMiniwindow:counterpart;
  9.  
  10. @end
  11.